From: Andreas Schwab Date: Tue, 10 Dec 2002 16:53:12 +0000 (+0000) Subject: Fix syntax for find. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~29265 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=da30ac89d6b5f5c53f291ce0110021429613d998;p=emacs.git Fix syntax for find. --- diff --git a/mac/make-package b/mac/make-package index 81ea44915fb..df781c0f499 100755 --- a/mac/make-package +++ b/mac/make-package @@ -265,7 +265,7 @@ if test "$with_app" == "yes"; then ## Copy Emacs application cp -r Emacs.app ${tempappdir} ## Delete any CVS files - find ${tempappdir} -name "CVS" -type d -execdir rm -rf {} \; + find ${tempappdir} -name "CVS" -type d -exec rm -rf {} \; ## Have application be a symlink to ${prefix}/bin/emacs if test "$app_symlink" == "yes"; then